Skip to main content

DeleteMountTarget

Description

call the DeleteMountTarget interface to delete an existing mount point.

Request Method

POST

Request Path

/apsara/route/NAS/DeleteMountTarget

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
MountTargetDomainBODYstringYes174494b666-x****.cn-hangzhou.nas.aliyuncs.commount point domain name.
regionIdBODYstringYesNo sample value for this parameter.region id
FileSystemIdBODYstringYes174494****file system ID.
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
RequestIdstring5BC5CB97-9F28-42FE-84A4-0CD0DF42****request ID.

Example

Successful Response example

{
"RequestId":"5BC5CB97-9F28-42FE-84A4-0CD0DF42****"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}